home *** CD-ROM | disk | FTP | other *** search
/ ETO Development Tools 1 / ETO Development Tools 1.iso / Essentials / MacApp Documentation / MacApp AppleLink Messages / MacApp.Tech$ 12⁄1⁄89 / 0403-scaleable views-Jan90 < prev    next >
Encoding:
Text File  |  1990-01-12  |  1.2 KB  |  35 lines  |  [TEXT/GEOL]

  1. Item    2394489                         11-Jan-90        16:01
  2.  
  3. From:   SATORI                          Satori SW, Hugh Rogovy,PRT
  4.  
  5. To:     MACAPP.TECH$                    MacApp Technical
  6.  
  7. Sub:    scaleable views
  8.  
  9.  
  10. James & others,
  11.  
  12.     I agree with the need for scaleable views (in fact, we've implemented that
  13. modification to MacApp since 1.0).  Similarly, we have found a need for a
  14. position determiner as declared below:
  15.  
  16.    PosDeterminer   =
  17.    (PositionFixed,           { no changes when super resized }
  18.     PositionRelSuperView,    { moved relative, when superview resized}
  19.     PositionProportSuperView,{ moved in proportion to superview resizing}
  20.     PositionVariable);     { user-defined}
  21.  
  22. For example, we have sizeable windows that contain grids of numeric values and
  23. totals for the grid at the bottom of the window.  The changes to MacApp were
  24. pretty simple, but we didn't change the resource definition of views because
  25. the positions of those values are important.
  26.  
  27. I have no idea what PositionProportSuperView is good for, but we added it "just
  28. in case".
  29.  
  30. It would be great to have had position determiner implemented in MacApp, and
  31. I'd like to offer it as a suggestion for post-2.0.  Possibility?
  32.  
  33. Chris
  34.  
  35.